Persistence
Saving and restoring graphs of Bean objects to/from streams
Support for serialization is part
of JDK 1.1
All JDK 1.1 classes can be serialized
Serialization support is largely automatic
Implement java.io.Serializable
Default behavior/formats are easily
extended or overridden

Return to Tracks